home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
constructrokusho.swf
/
scripts
/
DefineSprite_163
/
frame_8
/
DoAction.as
Wrap
Text File
|
2001-11-29
|
906b
|
39 lines
xpart = "201";
ypart = "358";
x = getProperty("/sumilidon head", _X);
y = getProperty("/sumilidon head", _Y);
if(xpart + "5" < x)
{
tellTarget("/")
{
setProperty("/sumilidon head", _X, getProperty("/sumilidon head", _X) - "8");
}
}
if(x < xpart - "5")
{
tellTarget("/")
{
setProperty("/sumilidon head", _X, getProperty("/sumilidon head", _X) + "8");
}
}
if(ypart + "5" < y)
{
tellTarget("/")
{
setProperty("/sumilidon head", _Y, getProperty("/sumilidon head", _Y) - "8");
}
}
if(y < ypart - "5")
{
tellTarget("/")
{
setProperty("/sumilidon head", _Y, getProperty("/sumilidon head", _Y) + "8");
}
}
if(xpart - "6" < x and x < xpart + "6" and ypart - "6" < y and y < ypart + "6")
{
setProperty("/sumilidon head button", _visible, "1");
setProperty("/sumilidon head", _visible, "0");
gotoAndStop(1);
}